Class com.symantec.itools.vcafe.openapi.options.EnvironmentOptionSet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.options.EnvironmentOptionSet

Object
   |
   +----com.symantec.itools.vcafe.openapi.options.EnvironmentOptionSet

public abstract class EnvironmentOptionSet
extends Object
The API used to represent and access the options of the Visual Cafe environment. The settings from various tabs of the "Environment Options" dialog are accessed via a VisualCafe's EnvironmentOptionSet.

Use VisualCafe.getEnvironmentOptionSet() to get an instance of this object.

See Also:
getEnvironmentOptionSet, EnvironmentGeneralOptions, EnvironmentDebuggingOptions, EnvironmentDisplayOptions, EnvironmentEditingOptions

Constructor Index

 o com.symantec.itools.vcafe.openapi.options.EnvironmentOptionSet()

Method Index

 o getDebuggingOptions()
Gets the environment's debugging options.
 o getDisplayOptions()
Gets the environment's display options.
 o getEditingOptions()
Gets the environment's editing options.
 o getFormatOptions()
Gets the environment's format options.
 o getGeneralOptions()
Gets the environment's general options.

Constructors

 o EnvironmentOptionSet
public EnvironmentOptionSet()

Methods

 o getDebuggingOptions
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentDebuggingOptions getDebuggingOptions()
Gets the environment's debugging options.

The returned EnvironmentDebuggingOptions object allows access to the options in the "Debugging" tab of the Environment Options dialog.

Returns:
the Debugging tab's options.
See Also:
EnvironmentDebuggingOptions
 o getDisplayOptions
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentDisplayOptions getDisplayOptions()
Gets the environment's display options.

The returned EnvironmentDisplayOptions object allows access to the options in the "Display" tab of the Environment Options dialog.

Returns:
the Display tab's options.
See Also:
EnvironmentDisplayOptions
 o getEditingOptions
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentEditingOptions getEditingOptions()
Gets the environment's editing options.

The returned EnvironmentEditingOptions object allows access to the options in the "Editing" tab of the Environment Options dialog.

Returns:
the Editing tab's options.
See Also:
EnvironmentEditingOptions
 o getFormatOptions
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentFormatOptions getFormatOptions()
Gets the environment's format options.

The returned EnvironmentFormatOptions object allows access to the options in the "Format" tab of the Environment Options dialog.

Returns:
the Format tab's options.
See Also:
EnvironmentFormatOptions
 o getGeneralOptions
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentGeneralOptions getGeneralOptions()
Gets the environment's general options.

The returned EnvironmentGeneralOptions object allows access to the options in the "General" tab of the Environment Options dialog.

Returns:
the General tab's options.
See Also:
EnvironmentGeneralOptions

All Packages  Class Hierarchy  This Package  Previous  Next  Index